box: Remove children list
authorTimm Bäder <mail@baedert.org>
Fri, 28 Dec 2018 16:17:16 +0000 (17:17 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 24 Jan 2019 00:30:46 +0000 (19:30 -0500)
commit1ccba26de9ad990d371ffed78a7402ce87cc427f
treea097e0806a24e29bc586d23183febaa20e0a25a0
parentc47abb5f6894c6bd43c5db40d9584265f0a9320b
box: Remove children list

GtkWidget saves a widget list for us, so we don't need to keep track of
them ourselves. This is okay now that we don't have a pack-type child
property anymore.
gtk/gtkbox.c